Add a Job to the Job table in the Body Shop database


Select a Automobile to update:



Date Started:
Date Completed:[Can be left null]



The sql for the insert
INSERT INTO Job VALUES (NULL, '', '', '', '', NULL)

Second Sql
INSERT INTO RepairJob VALUES ('',' 30')

Job ID Car ID Estimate ID Mechanic ID Date Started Date Completed
2562812023-04-252023-04-26
2663822023-04-252023-04-27
2764832023-04-242023-04-25
2865822023-04-252023-04-28
2966812023-04-30
3067932023-04-122023-04-27

Back to the body shop page
Back to my home page